LabelTick Property

       

Returns or sets a value that indicates whether category axis labels are centered on an axis tick mark.

Syntax

object.LabelTick [ = boolean]

The LabelTick property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression that specifies whether the item is displayed, as described in Settings.

Settings

The settings for boolean are:

Setting Description
True The labels are centered on a tick mark.
False (Default) The labels are centered between two tick marks.

Remarks

If this property is set, the object's Auto property is automatically set to False.